python redis list操作 LPUSH list_name value [value ...] Prepend one or multiple values to a list 從左側插入值,最早插入的值在最右邊 L ...